GrapeCity SPREAD for WPF 2.0J
CollectionChanged イベント (NotifyCollection<T>)

項目が追加、削除、変更、移動されたとき、またはリスト全体が更新されたときに発生します。
構文
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public event NotifyCollectionChangedEventHandler CollectionChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、NotifyCollectionChangedEventArgs 型の引数を受け取りました。次の NotifyCollectionChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ説明
Action  
NewItems  
NewStartingIndex  
OldItems  
OldStartingIndex  
参照

NotifyCollection<T> クラス
NotifyCollection<T> メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.